This makes use of the union support to work with our new
vcpu_guest_context struct.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
cpu_user_regs | 68 200 496
xen_ia64_boot_param | - - 96
ia64_tr_entry | - - 32
-vcpu_extra_regs | - - -
+vcpu_tr_regs | - - 512
+vcpu_guest_context_regs | - - 21872
vcpu_guest_context | 2800 5168 21904
arch_vcpu_info | 24 16 0
vcpu_time_info | 32 32 32
# configuration: what needs translation
-unions = [ ];
+unions = [ "vcpu_cr_regs",
+ "vcpu_ar_regs" ];
structs = [ "start_info",
"trap_info",
"cpu_user_regs",
"xen_ia64_boot_param",
"ia64_tr_entry",
- "vcpu_extra_regs",
+ "vcpu_tr_regs",
+ "vcpu_guest_context_regs",
"vcpu_guest_context",
"arch_vcpu_info",
"vcpu_time_info",